Mooring (KBNERR): Lower Cook Inlet Mooring#
CTD Moored 2006-2008 - KBNERR
ctd_moored_kbnerr
Aug to Oct 2006 and June 2007 to Feb 2008, 15 min sampling
Lower Cook Inlet Mooring from: Seasonality of Boundary Conditions for Cook Inlet, Alaska
CIRCAC is the Cook Inlet Regional Citizens Advisory Council. It was funded by MMS (pre-BOEM), OCS Study MMS 2009-041 funneled through the Coastal Marine Institute (University of Alaska Fairbanks).
Part of the project: Seasonality of Boundary Conditions for Cook Inlet, Alaska Steve Okkonen Principal Investigator Co-principal Investigators: Scott Pegau Susan Saupe Final Report OCS Study MMS 2009-041 August 2009 Report: https://researchworkspace.com/files/39885971/2009_041.pdf
Dataset metadata:
Dataset |
featuretype |
maxLatitude |
maxLongitude |
maxTime |
minLatitude |
minLongitude |
minTime |
urlpath |
|
|---|---|---|---|---|---|---|---|---|---|
0 |
Deployment1 |
timeSeries |
59.2027 |
-151.848 |
2006-10-28 10:22:00 |
59.2027 |
-151.848 |
2006-08-12 18:22:00 |
https://researchworkspace.com/files/39886044/chrome_bay_mooring_deployment_1.txt |
1 |
Deployment2 |
timeSeries |
59.2027 |
-151.848 |
2008-02-25 05:28:00 |
59.2027 |
-151.848 |
2007-06-20 21:00:00 |
https://researchworkspace.com/files/39886045/chrome_bay_mooring_deployment_2.txt |
cat = intake.open_catalog(chr.CAT_NAME("ctd_moored_kbnerr"))
Map of Time Series Location#
getattr(chr.src.plot_dataset_on_map, "ctd_moored_kbnerr")("ctd_moored_kbnerr")
/Users/kthyng/miniconda3/envs/ciofs/lib/python3.10/site-packages/dask/dataframe/io/csv.py:624: UserWarning: Could not infer format, so each element will be parsed individually, falling back to `dateutil`. To ensure parsing is consistent and as-expected, please specify a format.
head = reader(BytesIO(b_sample), nrows=sample_rows, **head_kwargs)
/Users/kthyng/miniconda3/envs/ciofs/lib/python3.10/site-packages/dask/dataframe/io/csv.py:193: UserWarning: Could not infer format, so each element will be parsed individually, falling back to `dateutil`. To ensure parsing is consistent and as-expected, please specify a format.
df = reader(bio, **kwargs)
Deployment1#
(cat['Deployment1'].plot.data()).cols(1)
/Users/kthyng/miniconda3/envs/ciofs/lib/python3.10/site-packages/dask/dataframe/io/csv.py:624: UserWarning: Could not infer format, so each element will be parsed individually, falling back to `dateutil`. To ensure parsing is consistent and as-expected, please specify a format.
head = reader(BytesIO(b_sample), nrows=sample_rows, **head_kwargs)
/Users/kthyng/miniconda3/envs/ciofs/lib/python3.10/site-packages/dask/dataframe/io/csv.py:193: UserWarning: Could not infer format, so each element will be parsed individually, falling back to `dateutil`. To ensure parsing is consistent and as-expected, please specify a format.
df = reader(bio, **kwargs)
Deployment2#
(cat['Deployment2'].plot.data()).cols(1)